home *** CD-ROM | disk | FTP | other *** search
/ Hacker's Arsenal - The Cutting Edge of Hacking / Hacker's Arsenal - The Cutting Edge of Hacking.iso / texts / hd03.txt < prev    next >
Text File  |  2001-07-11  |  16KB  |  312 lines

  1.  
  2. =================================
  3. [> HACKERS DIRECTORY VOLUME 3  <]
  4. [> COMPILED FOR YOU BY,        <]
  5. [> HACKER SUPREME, THE CARTEL  <]
  6. [> And THE 'NIN TEMPLE'.       <]
  7. [> Master - NINJA SQUIRREL /+\ <]
  8. =================================
  9.  
  10. =======================================
  11. [ Hack Copyright: Hacker Supreme 1986 ]
  12. =======================================
  13.  
  14. ****************************
  15. ***  HACKING TECHNIQUES  ***
  16. ***     By:  LOGAN-5     ***
  17. ***   (Hacker Supreme)   ***
  18. ***       From the       ***
  19. ***   Inner Circle book  ***
  20. ****************************
  21.  
  22. 1) CALLBACK UNITS:
  23.  
  24. Callback units are a good security device, But with most phone systems,
  25. it is quite possible for the hacker to use the following steps to get
  26. around a callback unit that uses the same phone line for both incomming 
  27. and out going calls:First, he calls he callback unit and enters any 
  28. authorized ID code (this is not hard to get,as you'll see in a moment).
  29. After he enters this ID, the hacker holds the phone line open - he does 
  30. not hang up. When the callback unit picks up the phone to call the user back,
  31. the hacker is there, waiting to meet it.
  32.  
  33.  The ID code as I said, is simple for a hacker to obtain, because these 
  34. codes are not meant to be security precautions.The callback unit itself 
  35. provides security by keeping incomming calls from reaching the computer.
  36. The ID codes are no more private than most telephone numbers. Some callback 
  37. units refer to the codes as "location identification numbers," and some 
  38. locations are used by several different people,so their IDs are fairly 
  39. well known.I've been told that, in some cases,callback ubits also have 
  40. certain simple codes that are always defined by default. Once the hacker 
  41. has entered an ID code and the callback unit has picked up the phone to 
  42. re-call him,the hacker may or may not decide to provide a dial tone to 
  43. allow the unit to "think" it is calling the correct number. In any event,
  44. the hacker will then turn on his computer, connect with the system - and 
  45. away he goes.If the however, the hacker has trouble holding the line with 
  46. method,he has an option: the intercept.
  47.  
  48. The Intercept: 
  49.  Holding the line will only work with callback units that use the same 
  50. phone lines to call in and to call out.Some callback units use different
  51. incoming and outgoing lines, numbers 555-3820 through 555-3830 are dedicated 
  52. to users' incoming calls, and lines 555-2020 through 555-2030 are dedicated 
  53. to the computers outgoing calls.The only thing a hacker needs in order to 
  54. get through to these systems is a computer and a little time - he doesn't 
  55. even need an ID code. First,the hacker calls any one of the outgoing phone 
  56. lines, which, of course, will not answer.Sooner or later, though, while the 
  57. hacker has his computer waiting there, listening to the ring, an authorized 
  58. user will call one of the incomming lines and request to be called back.
  59. It will usually be less than an hours wait, but the hacker's computer 
  60. is perfectly capable of waiting for days, if need be.
  61.  
  62.  The callback unit will take the code of the authorized user, hang up, 
  63. verify the code, and pick up the phone line to call back.If the unit 
  64. tries to call out on the line the hacker has dialed, the hacker has his 
  65. computer play a tone that sounds just like a dial tone.The computer will 
  66. then dial the number given that matches up with the user's authorized ID.
  67. After that,the hacker can just connect his computer as he would in any 
  68. other case.If he is really serious,he will even decode the touch tones 
  69. that the mainframe dialed,figure out the phone number of the user the 
  70. system was calling, call the person, and make a few strange noises that 
  71. sound as though the computer called back but didnt work for some reason.
  72.  
  73. 2) TRAPDOORS AS A POSSIBLILITY
  74.  
  75.  I haven't heard of this happening, but i think it is possible that a 
  76. callback modem could have a trapdoor built into it.Callback modems are
  77. run by software, which is written by programmers.An unscrupulous programmer 
  78. could find it very easy to slip in an unpublicized routine, such as, 
  79. "if code =*43*, then show all valid codes and phone numbers." And such a 
  80. routine, of course, would leave security wide open to anyone who found the 
  81. trapdoor.The obvious protection here, assuming the situation ever arises,
  82. is simply an ethical manufactorer that checks its software thoroughly before 
  83. releasing it.
  84.  
  85.  A trapdoor is a set of special instructions embedded in the large 
  86. program that is the operating system of a computer.A permanent, 
  87. hopefully secret "doorway", these special instructions enabe anyone who 
  88. knows about them to bypass normal security procedures and to gain access to 
  89. the computer's files.Although they may sound sinister, trapdoors were not 
  90. invented by hackers, although existing ones are certainly used by hackers 
  91. who find out about them.
  92.  
  93. 3) THE DECOY
  94.  
  95.  One of the more sophisticated hacking tools is known as the decoy, and it 
  96. comes in three versions.The first version requires that the hacker have an 
  97. account on the system in question. As in my case,the hacker has a 
  98. low-security account,and he tries this method to get higher-security 
  99. account.He will first use his low-security account to write a program that 
  100. will emulate the log-on procedures of the systems in questions. 
  101. This program will do the following:
  102.  
  103. *- Clear the terminal screen and place text on it that makes everything 
  104. look as if the system is in charge.
  105.  
  106. *- Prompt for, and allow the user to enter, both an account name and a password.
  107. *- Save that information in a place the hacker can access.
  108.  
  109. *- Tell the use the account/password entries are not acceptable.
  110.  
  111. *- turn control of the terminal back over to the system.
  112.  
  113. The user will now assume that the account name or password was mistyped 
  114. and will try again...this time (scince the real operating system is in 
  115. control) with more success.You can see a diagram of the way these steps are 
  116. accomplished
  117.  
  118.  ___________________   
  119.  |   Clear Terminal   |
  120.  |       screen       |
  121.  |____________________|
  122.            ||
  123.   _________||_________
  124.  |  Print Compuserve  |
  125.  |      Computer      |
  126.  |_____ Network ______|
  127.            ||
  128.   _________||_________
  129.  |   Print "ENTER     |
  130.  |     PASSWORD"      |______
  131.  |____________________|      |
  132.           ||                 |
  133.  _________||_________        |
  134.  |  PASSWORD ENTERED? |__NO__|
  135.  |____________________|   
  136.           ||_YES
  137.  _________||_________
  138.  |   SAVE PASSWORD    |
  139.  |    INFORMATION     |
  140.  |____________________|
  141.           ||
  142.  _________||_________
  143.  |   PRINT "LOGIN     |
  144.  |     INCORRECT      |
  145.  |____________________|
  146.           ||
  147.  _________||_________
  148. |   LOG OFF/RETURN   |
  149. |    CONTROL TO      |
  150. |  OPERATING SYSTEM  |
  151. |____________________|
  152.  
  153.  4) CALL FORWARDING
  154.  
  155.  Many people use call forwarding by special arrangement with the phone 
  156. company.When a customer requests call forwarding, the phone company uses 
  157. its computer to forward all the customers incomeing calls to another 
  158. number. Lets say, for example, that you want calls that come to your office 
  159. phone to be forwarded to your home phone: A call from you to the phone 
  160. company,some special settings in the phone companys computer, and all 
  161. calls to your office will ring at your home instead.This little bit of help 
  162. from the phone company is another tool used by hackers. Lets say you thought 
  163. that the computer you were hacking into was being watched-because the 
  164. sysop might have seen you and called the fed's and your sort of bugged by 
  165. this nagging feeling that they will trace the next hacker that calls, 
  166. just call the phone company and ask for call forwarding, pick a number, 
  167. (ANY NUMBER) out of the phone book and have your calls forwarded to that 
  168. number,Hea,Hea, the number you picked is the one that will be traced to,
  169. not yours, so you could be hacking away,they think that they have traced you, 
  170. but actually the number you had your calls forwarded too. they enter chat mode
  171. and say (YOUR BUSTED!!!!, WE'VE TRACED YOUR PHONE NUMER THE FEDS ARE ON THE 
  172. WAY!!), You could reply (Hea, SURE YA DID! I'D LIKE TO SEE YA TRY AND GET ME! 
  173. GO AHEAD!) ,that wont seem very important to them at the time, but it will 
  174. sure piss them off when they bust the wrong guy!  
  175.  
  176. 5) RAPID FIRE
  177.  
  178.  Memory-location manipulation can be helpful, but there is another, more 
  179. powerful,possibility, in some cases: the Rapid-fire method.To understand how 
  180. this methos works, you have to know something about the way operationg 
  181. systems work.When a user enters a command, the operating system first places 
  182. the command in a holding area, a buffer, where it will sit for a few 
  183. millionths of a second.The system looks at the command and say's "Does this 
  184. person really have authorization to do this, or not?" Then, the command 
  185. sits there a few thousandths of a second while the system runs off to 
  186. check the user's authorization.When the system comes back to the command, 
  187. it will have one of two possible answers: "OK, GO AHEAD," or "SORRY, 
  188. GET PERMISSION FIRST."
  189.  
  190.  Once you are on a system that handles things this way, you can use the 
  191. rapid-fire method to change the command while its sitting in the buffer,
  192. waiting to be executed. If you can do this,you can do anything.You can enter 
  193. a command that you know will be approved, such as "tell me the time." As soon 
  194. as the system runs off to verify your right to know the time,you change 
  195. the command in the buffer to something you know would not be approved-perhaps
  196. "give me a list of all the passwords." When the system comes back with an 
  197. "OK, go ahead," it responds to your second command, not the first. Of course,
  198. this exchange has to be done very rapidly,but most systems existing today 
  199. can be fooled by this trick. The question is,how easy is it to do, and how 
  200. much authority do you need? I know of one system that let this one slip.
  201.  
  202. These are certainly not all the hacker's little secret tricks and tool's,
  203. You will probably figure out some better, more efficiant,hacking techniques.
  204.  
  205. GOOD LUCK!!!!!!
  206. L O G A N - 5
  207. ------------------------------------------------->
  208.  
  209.                  How to fight Sprint Security
  210.  
  211.      Well  friends,  Sprint has declared war on the phone phreaks 
  212. and  is  starting to set traps,  trace lines,  and  question  the 
  213. SYSOPs  of  BBS  systems.   I thank that this has  gone  on  long 
  214. enough!     It  time we start to fight back. What I would  suggest  is 
  215. that  everybody find five or ten access codes and put these on  a 
  216. flyer  with a local access number and instructions on how to  use 
  217. the system and how to find more codes.  Next, make a LARGE number 
  218. of  copies  of  this  flyer  and distribute  them  as  widely  as 
  219. possible.   Put  them on cars in the school parking lot,  in  the 
  220. local phone booths, on bulletin boards around colleges, etc.
  221.      If Sprint starts experiencing a VERY large number of ripoffs 
  222. then a number of things could happen.  The bright boy in security 
  223. who decided to start the crack-down may get fired,  paying custo-
  224. mers may get fed up with the huge  bills,  SPC may make the codes 
  225. longer  and thus lose customers because of the  inconvenience  of 
  226. the  longer  codes.   In any case,  SPC will have so many  people 
  227. using the system for free that the chances of them getting anyone 
  228. of us is so small as to be insignificant.
  229.  
  230. So, you've decided that you'd like to try to down an RSTS system? Well,
  231. here's a beginner's guide: The RSTS system has two parts, the Priviledged
  232. accounts, and the User accounts. The Priviledged accounts start with
  233. a 1 (In the format [1,1], [1,10], etc. To show the Priv.
  234. accounts we'll just use the wildcard [1,*].)
  235.         The priviledged accounts are what every RSTS user would
  236. love to have, because if you have a priviledged account
  237. you have COMPLETE control of the whole system. How can
  238. I get a [1,*] account? you may ask....Well, it takes A LOT
  239. of hard work. Guessing is the general rule. for instance,
  240. when you first log in there will be a # sign:
  241.         # (You type a [1,*] account, like) 1,2 It will then say Password: (You 
  242. then type anything up to 6 letters/numbers Upper Case only) ABCDEF
  243.   If it says ?Invalid Password, try again ' then you've not done it YET
  244. Keep trying.
  245.  
  246.   Ok, we'll assume you've succeeded. You are now in the priviledged account of
  247. an RSTS system. The first thing you should do is kick everyone else off
  248. the system (Well, maybe just the other Priviledged users)....You do this with
  249. the Utility Program.
  250.         UT KILL (here you type the Job # of the user you'd like to get out of
  251. your way). If the system won't let you, you'll have to look for the UTILTY
  252. program. Search for it by typing DIR [1,*]UTILTY.*Now, you've found it and
  253. kicked off all the important people (If you want you can leave the other people
  254. on, but it's important to remove all other [1,*] users, even the Detached ones)
  255. To find out who's who on the system type SYS/P- (That will print out 
  256. all the privileged users). Or type SYS to see Everyone. Next on your agenda is
  257. to get all the passwords (Of course). Do this by run $MONEY (If it isn't there,
  258. search for it with DIR[1,*]MONEY.* and run it using the account where you
  259. found it instead of the $)  There will be a few questions, like Reset? and
  260. Disk? Here's the Important answers.Disk? SY (You want the system password)
  261. Reset? No (You want to leave everything as it is) Passwords? YES (You want the
  262. passwords Printed) There are others, but they aren't important, just hit a C/R.
  263. There is ONE more, it will say something like Output status to? KB: (This is
  264. important, you want to see it, not send it elsewhere).
  265.  
  266.         Ok, now you've got all the passwords in your hands.
  267. Your next step is to make sure the next time you come you can get in again.
  268. This is the hard part.
  269.    First, in order to make sure that no one will disturb you, you use the
  270. UTILTY program to make it so no one can login. Type UT SET NO LOGINS.
  271. (also you can type UT HELP if you need help on the program)
  272.  Next you have to Change the LOGIN program....I'm sorry, but this part is fuzzy
  273. Personnally, I've never gotten this far. Theorectically here's what you do:
  274. Find out where the program is, type DIR [1,*]LOGIN.* If there is LOGIN.BAS
  275. anyplace, get into that account (Using your password list, and typing HELLO
  276. and the account you'd like to enter). On the DIR of the program there is a date
  277. (Like 01-Jan-80). To make it look good you type UT DATE (and the date of the
  278. program). Next, you make it easy for yourself to access the program. You type
  279. PIP (And the account and name of the program you are changeing)
  280. <60>=(again thename of the program).
  281. Now what you do is OLD the program. Type OLD (Name of the program)
  282. Now that is all theoretical. If anyone runs into problems, tell me
  283. about it and I'll see if I can either figure it out or get someoneelse to.
  284.  Next thing you want to do is LIST the program and find out where The
  285. input of the Account # is. To get this far you have to knwo a lot
  286. about programming and what to look for..Here is generally the idea, an idea is
  287. all it is, because I have not been able to field test it yet:
  288. Add a conditional so that if you type in a code word and an account # it will
  289. respond with the password. This will take a while to look for, and
  290. a few minutes to change, but you can do it, you've got that RSTS system
  291. in your back pocket.
  292.  Let's say you've (Somehow) been able to change the program. The next thing
  293. you want to do is replace it, so put it back where you got it
  294. (SAVE Prog-name), and the put it back to the Prot Level (The # in the <###>
  295. signs) by typing PIP (Prog name)<232>=Progname (Note, in all of this, don't
  296. use the ()'s they are just used by me to show you what goeswhere).
  297. Now you've gotten this far, what do you do? I say, experiment! Look at all the
  298. programs, since you have Privilged status you can analyze every
  299. program. Look around forthe LOG program, and
  300. find out what you can do to that. The last thing to do before you
  301. leave is to set the date back to what it was using
  302. the UTILTY program again Up DATE (and the current date).
  303. -----------------------------------------------------------------------------
  304. Another Great Directory from Hacker Supreme. (Ninja Squirrel /+\, Logan - 5,)
  305.                   (Zaphod Breeblebox, Silicon Rat, Lord Vision, Crazy Horse.)
  306. -----------------------------------------------------------------------------
  307. 
  308.  
  309.  
  310.  
  311.  
  312. ... texts ...